Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sdk-coin-osmo): allow amount in execute contract transaction #3726

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

dpkjnr
Copy link
Contributor

@dpkjnr dpkjnr commented Jul 14, 2023

Ticket: WIN-23

@dpkjnr dpkjnr marked this pull request as ready for review July 19, 2023 05:23
@dpkjnr dpkjnr requested review from a team as code owners July 19, 2023 05:23
@@ -224,13 +224,14 @@ export class CosmosTransaction extends BaseTransaction {
case TransactionType.ContractCall:
explanationResult.type = TransactionType.ContractCall;
message = json.sendMessages[0].value as ExecuteContractMessage;
outputAmount = message.funds?.[0]?.amount ?? '0';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what changed suddenly and could you add some description as well ? ticket doesn't indicate why this was needed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM. But yes +1 on the above comment.

@dpkjnr dpkjnr merged commit 121d872 into master Jul 19, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants